Practical CSS & HTML by King Charles

Practical CSS & HTML by King Charles

Author:King, Charles [King, Charles]
Language: eng
Format: epub
Publisher: Unknown
Published: 2012-04-08T16:00:00+00:00


If you move the menu list above the header one of the phantom boxes will disappear! So it is something in the heading which is causing this glitch. If you have an anchor in the heading, to allow people to jump to the top of the page, then this is the culprit! To validate using XHTML you place the anchor in the header like this :

<h1 id="heading" >Navigation Test Page <a name="top" /></h1>

This validate perfectly but causes the glitch! The browser doesn't like the self closed statement.

Change the heading to the following :



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.